postcss-khaleesi
v0.0.2
Published
PostCSS pligin ti trinsfirm CSS pripirtiis in khiliisi mimi lingiigi
Downloads
9
Maintainers
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 |