Skip to content

Commit

Permalink
Added imports in sparnatural-form scss
Browse files Browse the repository at this point in the history
  • Loading branch information
tfrancart committed Nov 22, 2024
1 parent abb14e6 commit dbcadb1
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
//Buttons
@use './buttons/unselectbtn.scss';
@use './buttons/optionalarrow.scss';
@use './buttons/resetbtn.scss';
@use './buttons/selectviewvariablebtn.scss';
@use './buttons/AddUserInputBtn.scss';
@use './buttons/InfoBtn.scss';
@use './buttons/AddMoreValuesBtn.scss';
@use './buttons/editBtn.scss';
//Widget
@use './widget/EndClassWidgetGroup.scss';
@use './widget/EndClassWidgetValue.scss';
@use './widget/WidgetWrapper.scss';
@use './widget/AutocompleteWidget.scss';
@use './widget/ListWidget.scss';
@use './widget/MapWidget.scss';
@use './widget/TreeWidget.scss';
@use './widget/Widgets.scss';
// LoadingSpinner
@use './widget/LoadingSpinner.scss';
2 changes: 2 additions & 0 deletions src/assets/stylesheets/sparnatural-form.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@use './base';
// Importing all the components
@use './components/all-components-sparnatural-form.scss';
// we are importing one default theme,
// so that all the variables have a default value.
// they can be overriden by importing another theme CSS in the HTML page
Expand Down

0 comments on commit dbcadb1

Please sign in to comment.