postcss-german-stylesheets
postcss-german-stylesheets copied to clipboard
:de: PostCSS plugin for writing German Style Sheets
PostCSS German Style Sheets
PostCSS plugin for writing German Style Sheets.
Take CSS to the next level and write your CSS in German!
Installation
$ npm install postcss-german-stylesheets
Usage
// ES5
var germanStyleSheets = require('postcss-german-stylesheets')
// ES6
import germanStyleSheets from 'postcss-german-stylesheets'
See PostCSS#Usage for usage for your environment.
Example
Using this input.css
:
.foo {
höhe: 300px;
außenabstand-unten: 10px;
schriftgröße: 20px !wichtig;
hintergrundfarbe: schwarz;
farbe: weiß;
}
you will get:
.foo {
height: 300px;
margin-bottom: 10px;
font-size: 20px !important;
background-color: black;
color: white;
}
Documentation
Contributing
postcss-german-stylesheets
has only a subset of CSS and needs your help to add more German properties and values.
Changelog
See CHANGELOG.md.
License
See LICENSE.