0.2.1 • Published 3 months ago

sassy-figma v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
3 months ago

Usage: import SassyFigma from 'sassy-figma'; new SassyFigma(config);

Config: config: { // string a path for ready files path: string, files: [ // figma file name file: 'AfHitc7GYITvPBkJpdeDY8', // figma token, token: 'figd_2_TQdInhwqaCkTL2zth5oejxb-8h1z3qtV14htJQ', components: { // Component name from figma Component: { // By default html statuses will be added with ':' prefix. // You can change this for a class '.' prefix by adding states names to array. statesAsClass: 'disabled, // List of css props that might be included. By the default all the properties will be parsed. include: 'width', 'height', // Exclude some properties from parsing. exclude: 'gap', 'position', children { // Ignoring all children in component ignore: false, child { // Ignoring concrete child ignore: false, }, variables: { // List of properties that must be created as scss variable padding: 'padding', }, } } } ] }

0.2.1

3 months ago

0.2.0

3 months ago

0.1.0

11 months ago

0.1.2

10 months ago

0.1.1

10 months ago

0.1.8

8 months ago

0.0.9

11 months ago

0.1.7

10 months ago

0.0.8

11 months ago

0.1.9

8 months ago

0.1.4

10 months ago

0.1.3

10 months ago

0.1.6

10 months ago

0.0.7

11 months ago

0.1.5

10 months ago

0.0.6

11 months ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago