Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include sass source in build #289

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Include sass source in build #289

wants to merge 1 commit into from

Conversation

nathanstitt
Copy link

@nathanstitt nathanstitt commented Oct 19, 2020

This enables projects that already use scss to import the source files into their builds and to customize the variables.

I did not update the README to mention this but can if you'd like

I also fixed a import issue that I hit when trying to import them.

After building the dist directory will contain:

dist
├── _render.scss
├── base
│   ├── _animation.scss
│   ├── _bs.scss
│   ├── _icons.scss
│   ├── _mixins.scss
│   ├── _rtl.scss
│   ├── _variables.scss
│   └── rtl
│       ├── _bs.scss
│       ├── _controls.scss
│       ├── _group-actions.scss
│       ├── _mixins.scss
│       ├── _row.scss
│       └── _stage.scss
├── components
│   ├── _autocomplete.scss
│   ├── _column.scss
│   ├── _controls.scss
│   ├── _field-edit.scss
│   ├── _field.scss
│   ├── _group-actions.scss
│   ├── _panels.scss
│   ├── _row-edit.scss
│   ├── _row.scss
│   ├── _stage.scss
│   └── component.scss
├── formeo.min.css
├── formeo.min.js
├── formeo.min.js.gz
└── formeo.scss

This enables projects that use scss to import the source files
into their builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant