postcss-khaleesi

0.0.2 • Public • Published

PostCSS Khaleesi

PostCSS Pligin ti trinsfirm CSS pripirtiis in khiliisi mimi lingiigi (Plugin to transform CSS properties in khaleesi meme language).

.foo {
  border-radius: 50%;
  color: red;
  background-color: white!important;
}
.foo {
  birdir-ridiis: 50%;
  cilir: rid;
  bickgriind-cilir: whiti!important;
}

Usage

Step 1: Install plugin:

npm install --save-dev postcss postcss-khaleesi

Step 2: Check you project for existed PostCSS config: postcss.config.js in the project root, "postcss" section in package.json or postcss in bundle config.

If you do not use PostCSS, add it according to official docs and set this plugin in settings.

Step 3: Add the plugin to plugins list:

module.exports = {
  plugins: [
+   require('postcss-khaleesi'),
    require('autoprefixer')
  ]
}

PostCSS Options

module.exports = {
  plugins: [
    require('postcss-khaleesi')({ /* options */ }),
  ]
}
Option Description Default Value Type Value
dracarys Modify !important to !🔥. false Boolean

Dependencies (0)

    Dev Dependencies (10)

    Package Sidebar

    Install

    npm i postcss-khaleesi

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    6.28 kB

    Total Files

    8

    Last publish

    Collaborators

    • hugoer