require('postcss-advanced-variables')({variables:{'site-width':'960px'}}); Thevariablesoption also accepts a function, which is given 2 arguments; the name of the unresolved variable, and the PostCSS node that used it. require('postcss-advanced-variables')({variables(name,node){if(name===...
Files were exported fromhttps://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/postcss-advanced-variables. Additional Details Last updated: Thu, 16 Nov 2023 14:36:01 GMT Dependencies:postcss Credits These definitions were written byAdam Thompson-Sharpe. ...