Skip to content

Kilian/postcss-dutch-stylesheets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

98 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Other projects:

  • 💻 Polypane - Develop responsive websites and apps twice as fast on multiple screens at once
  • 🖌️ Superposition - Kickstart your design system by extracting design tokens from your website
  • 🗒️ FromScratch - A smart but simple autosaving scratchpad

PostCSS Dutch Style Sheets

travis npm

PostCSS plugin for writing Dutch Style Sheets.

Take CSS to the next level and write your CSS in Dutch!

Installation

$ npm install postcss-dutch-stylesheets

Usage

// ES5
var dutchStyleSheets = require('postcss-dutch-stylesheets')

// ES6
import dutchStyleSheets from 'postcss-dutch-stylesheets'

See PostCSS#Usage for usage for your environment.

Example

Using this input.css:

.foo {
    hoogte: 300px;
    ondermarge: 10px;
    tekstgrootte: 20px !belangrijk;
    achtergrondkleur: zwart;
    kleur: wit;
}

you will get:

.foo {
    height: 300px;
    margin-bottom: 10px;
    font-size: 20px !important;
    background-color: black;
    color: white;
}

Documentation

Contributing

postcss-dutch-stylesheets has only a subset of CSS and needs your help to add more Dutch properties and values.

Changelog

See CHANGELOG.md.

License

See LICENSE.

Attribution

Postcss-dutch-stylesheets is fully based on postcss-german-stylesheets by timche, all credit goes to them.

About

PostCSS plugin for writing Dutch Style Sheets http://kilian.github.io/postcss-dutch-stylesheets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published