Package Exports
- postcss-danish-stylesheets
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (postcss-danish-stylesheets) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
PostCSS Danish Stylesheets
PostCSS plugin for writing Danish Stylesheets.
Danish syntax
.foo {
border-colour: vb-green;
background-colour: vegemite;
box-sizing: fair-dinkum;
colour: true-blue !bloody-oath;
display: yeah-nah;
text-align: centre;
text-indent: woop-woop;
visibility: rack-off;
}CSS output
.foo {
border-color: #2D8249;
background-color: #461B00;
box-sizing: border-box;
color: #0581C1 !important;
display: none;
text-align: center;
text-indent: -9999px;
visibility: hidden;
}Usage
postcss([ require('postcss-danish-stylesheets') ])See PostCSS docs for examples for your environment.