Socket
Socket
Sign inDemoInstall

postcss-german-stylesheets

Package Overview
Dependencies
11
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    postcss-german-stylesheets

PostCSS plugin for writing German Stylesheets


Version published
Weekly downloads
10
increased by900%
Maintainers
1
Install size
1.41 MB
Created
Weekly downloads
 

Readme

Source

PostCSS German Style Sheets

travis npm

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.

Keywords

FAQs

Last updated on 29 Apr 2016

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc