Corrected Restyled Procedures - Part 2 (#1789)
[openemr.git] / interface / themes / oe-common / README-oe-common.md
blob0d66cbe32a2ac324d8a4227a0b09d0ce2eeae6b3
1 ### Purpose
3 Contains scss that is shared between all themes  
4 These rules generally apply to either individual pages or are oe- rules to be used anywhere in the application  
5 Here because they don't fit the category of **'core'** component  
6 Can be used flexibly by importing individual scss files or by importing a single scss file called ```all-common-import.scss``` that has all the individual scss files  
7 **REMEMBER!!** for ```all-common-import.scss``` to do what it says, each time a scss file is added to this directory an ```@ import <file>``` line has to be added to ```all-common-import.scss```