547 B
547 B
CSS
Folder/File Structure
/shared/*
– these are the styles that will appear in compiled CSS - the reset, gutenberg components import, etc/_embedded.scss
– this file is used for the embed pages CSS, and is imported inembedded.js
only/_index.scss
– this file is used for the app's CSS, and is imported inindex.js
only
Naming: Component classes
Please refer to CSS SASS coding guidelines and naming conventions