0.2.1 • Published 1 year ago

sassy-figma v0.2.1

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year 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

1 year ago

0.2.0

1 year ago

0.1.0

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.8

2 years ago

0.0.9

2 years ago

0.1.7

2 years ago

0.0.8

2 years ago

0.1.9

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.6

2 years ago

0.0.7

2 years ago

0.1.5

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago