Export styles from page or node
See original GitHub issueHello. First i wanna thank you for great figma export module, it`s really cool!
I need to export styles from specific page of figma to keep the best structure of our design system in figma. Figma-js
accepts ids
params to get only certain nodes, it seems that’s what I need.
But @figma-export/output-styles-as-sass
doesn`t accept ids. it would be nice to be able to load only certain nodes.
Issue Analytics
- State:
- Created a year ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
how to export and import style in npm package? - Stack Overflow
1 Answer 1 · 3. For webpack, do npm install --save-dev css-loader . Then in your webpack.config.js, add this line to the use...
Read more >Styling html pages in Node.js - Tutorialspoint
Styling html pages in Node.js - In html files we can simply add style in head section −
Read more >style-sheet - npm
StyleSheet is a library to author styles in JavaScript. It is fast and generates optimized, tiny bundles by compiling rules to atomic CSS...
Read more >A few Node module export styles. 1 seems to ... - gists · GitHub
A few Node module export styles. 1 seems to be the most used and I prefer it - node-exports-styles.js.
Read more >export - JavaScript - MDN Web Docs
Every module can have two different types of export, named export and default export. You can have multiple named exports per module but...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi @Nemhis, exporting styles using ids is something that I didn’t know. That’s interesting. At this point I think that I could add the same
onlyFromPages
also for styles to keep consistency between the two export. What do you think about? This should solve you issue.Thanks for the suggestion 😄
Yes it should! Let me know for any issue with that!