STSS
STSS copied to clipboard
Sassy TSS, or Sassy Titanium Style Sheets.
Hey @RonaldTreur the software still does exactly what it should... just adding Node 8 support here.
How would I write the following in STSS? '.gradient-top-left': { backgroundGradient: { type: 'radial', startPoint: { x: 50, y: 50 }, endPoint: { x: 50, y: 50 }, colors: ['red',...
The imports path resolution is done in an incomplete way, as it only relies on a combination of the current directory (`process.cwd()`) and the `options.includePaths` that the user might pass....
Basically, this option allows to only import variables defined in imported stss files, I have a case where this is useful.