
Security News
Risky Biz Podcast: Making Reachability Analysis Work in Real-World Codebases
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
postcss-french-stylesheets
Advanced tools
PostCSS plugin for writing French Style Sheets.
Take CSS to the next level and write your CSS « à la française » 🇫🇷 !
$ npm install postcss-french-stylesheets
// ES5
var frenchStyleSheets = require('postcss-french-stylesheets')
// ES6
import frenchStyleSheets from 'postcss-french-stylesheets'
See PostCSS#Usage for usage for your environment.
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;
}
postcss-french-stylesheets
has only a subset of CSS and needs your help to add more French properties and values.
See CHANGELOG.md.
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.
FAQs
PostCSS plugin for writing French Stylesheets
The npm package postcss-french-stylesheets receives a total of 3 weekly downloads. As such, postcss-french-stylesheets popularity was classified as not popular.
We found that postcss-french-stylesheets demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
This episode explores the hard problem of reachability analysis, from static analysis limits to handling dynamic languages and massive dependency trees.
Security News
/Research
Malicious Nx npm versions stole secrets and wallet info using AI CLI tools; Socket’s AI scanner detected the supply chain attack and flagged the malware.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.