LearnNewsExamplesServices
Frontmatter
id1913
titlescss structure: imports => theme files need to import the base class
stateClosed
labels
enhancement
assignees[]
createdAtApr 30, 2021, 7:14 PM
updatedAtMay 4, 2021, 12:11 PM
githubUrlhttps://github.com/neomjs/neo/issues/1913
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtMay 4, 2021, 12:11 PM

scss structure: imports => theme files need to import the base class

Closed v8.1.0 enhancement
tobiu
tobiu commented on Apr 30, 2021, 7:14 PM

we will need to adjust the structure:

theme files contain the scss vars as well as the css vars.

we need to break up this structure into 2 files.

example: to build a split button file, we are using the scss vars of button.Base. the output must not contain the css vars for button.Base.

For a build we need: all parent hierarchy files for the scss vars, the current level of the css vars, mixins.

src files do only need to import the mixins.

tobiu added the enhancement label on Apr 30, 2021, 7:14 PM
tobiu closed this issue on May 4, 2021, 12:11 PM