postcss-khaleesi

PostCSS pligin ti trinsfirm CSS pripirtiis in khiliisi mimi lingiigi

Usage no npm install needed!

<script type="module">
  import postcssKhaleesi from 'https://cdn.skypack.dev/postcss-khaleesi';
</script>

README

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