Skip to content

Commit

Permalink
Add mixins where there were missing.
Browse files Browse the repository at this point in the history
  • Loading branch information
thet committed Nov 2, 2018
1 parent f5ac57e commit af8fb11
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions mockup/patterns/pickadate/pattern.pickadate.less
@@ -1,6 +1,7 @@
@import (less) "@{bowerPath}/pickadate/lib/themes/classic.css";
@import (less) "@{bowerPath}/pickadate/lib/themes/classic.date.css";
@import (less) "@{bowerPath}/pickadate/lib/themes/classic.time.css";
@import (reference) '@{bowerPath}/bootstrap/less/mixins.less';
@import (reference) '@{bowerPath}/bootstrap/less/buttons.less';


Expand Down
2 changes: 2 additions & 0 deletions mockup/patterns/upload/less/pattern.upload.less
@@ -1,4 +1,6 @@
@import (less) "@{bowerPath}/dropzone/dist/dropzone.css";
@import (reference) "@{bowerPath}/bootstrap/less/variables.less";
@import (reference) "@{bowerPath}/bootstrap/less/mixins.less";
@import (reference) "@{bowerPath}/bootstrap/less/progress-bars.less";
@import (reference) "@{bowerPath}/bootstrap/less/scaffolding.less";

Expand Down

0 comments on commit af8fb11

Please sign in to comment.