0.0.2 • Published 3 years ago

postcss-khaleesi v0.0.2

Weekly downloads
8
License
MIT
Repository
github
Last release
3 years ago

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 */ }),
  ]
}
OptionDescriptionDefault ValueType Value
dracarysModify !important to !🔥.falseBoolean