Socket
Book a DemoInstallSign in
Socket

postcss-french-stylesheets

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postcss-french-stylesheets

PostCSS plugin for writing French Stylesheets

1.0.7
latest
Source
npmnpm
Version published
Weekly downloads
3
-40%
Maintainers
1
Weekly downloads
 
Created
Source

PostCSS French Style Sheets

travis npm

PostCSS plugin for writing French Style Sheets.

Take CSS to the next level and write your CSS « à la française » 🇫🇷 !

Installation

$ npm install postcss-french-stylesheets

Usage

// ES5
var frenchStyleSheets = require('postcss-french-stylesheets')

// ES6
import frenchStyleSheets from 'postcss-french-stylesheets'

See PostCSS#Usage for usage for your environment.

Example

Using this input.css:

.fou {
    hauteur: 300px;
    marges-du-bas: 10px;
    taille-de-la-police: 20px !prioritaire;
    couleur-du-fond: aiguemarine;
    couleur: blanc;
}

you will get:

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

Documentation

  • Properties
  • Values

Contributing

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

Changelog

See CHANGELOG.md.

License

postCSS French CSS is based on the [postCSS German CSS]https://github.com/timche/postcss-german-stylesheets) plugin. Danke to them for the base architecture !

See LICENSE.

Keywords

postcss

FAQs

Package last updated on 21 Feb 2017

Did you know?

Socket

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

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.