Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/picturepan2/spectre.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-09-04Merge pull request #272 from chrisssycollins/masterYan Zhu
Typo, LESS is now SCSS
2017-09-04Typo, LESS is now SCSSChrissy Collins
2017-09-04Update Variables docs content and change `address` font-style to normal #270Yan Zhu
2017-09-04Merge pull request #268 from natecox/masterYan Zhu
Add default modifier to all variables
2017-09-04Remove slash in HTML codingYan Zhu
2017-09-01Add default modifier to all variablesNathan Cox
This update adds the `!default` modifier to all defined defaults in `_variables.scss`. This allows for the user to redefine the base variables via import rather than having to patch or completely override the file. E.g.,: ```scss $primary-color: red; @import 'spectre' ```
2017-09-01Merge pull request #266 from picturepan2/0.4.0v0.4.0Yan Zhu
0.4.0
2017-09-01Improve coding stylesYan Zhu
2017-09-01Change to double-quoted stringsYan Zhu
2017-09-01Add SCSS Lint configYan Zhu
2017-09-01Improve SASS coding with Hound CI results, and change Hound CI configs.Yan Zhu
2017-08-31Improve mark element and cursor utilitiesYan Zhu
2017-08-30Fix LESS to SASS issues. Add Examples.Yan Zhu
2017-08-29Add Changelog.md #261Yan Zhu
2017-08-29Improve Docs navbarYan Zhu
2017-08-29Initial SASS buildYan Zhu
2017-08-28Merge pull request #262 from picturepan2/0.3.2v0.3.2lessYan Zhu
0.3.2
2017-08-28Add Button variant mixinsYan Zhu
2017-08-23Add Typography Fonts DocsYan Zhu
2017-08-22Add Avatars presence status codeYan Zhu
2017-08-21Update Autocomplete styleYan Zhu
2017-08-21Fix Input group border issue #260Yan Zhu
2017-08-20Add label-rounded class and cleanup codeYan Zhu
2017-08-20Update label mixin and code mono font familyYan Zhu
2017-08-19Update Autoprefixer rulesYan Zhu
2017-08-19Merge pull request #259 from picturepan2/0.2.16v0.3.1Yan Zhu
0.3.1
2017-08-19Bump the version number to v0.3.1Yan Zhu
2017-08-19Cleanup Navigation component codeYan Zhu
2017-08-19Update Docs examplesYan Zhu
2017-08-17Add more Docs contentYan Zhu
2017-08-17Add Grid offset, more margin and padding utilitiesYan Zhu
2017-08-16Move Panels and Empty states to Components from LayoutYan Zhu
2017-08-16Rename display utilities and add custom prefixYan Zhu
2017-08-16Fix margin utilities #250Yan Zhu
2017-08-16Add Filters code example #232Yan Zhu
2017-08-15Improve large Buttons and FormsYan Zhu
2017-08-15Fix Docs bugsYan Zhu
2017-08-15Merge pull request #249 from picturepan2/0.2.15v0.2.15Yan Zhu
0.2.15
2017-08-15Update Responsive Container and docsYan Zhu
2017-08-15IMPORTANT: Change back to rem unit, and default html font size is 20px.Yan Zhu
2017-08-15Improve Docs homepageYan Zhu
2017-08-14Add mobile responsive supportYan Zhu
2017-08-13Completely rewritten Docs experienceYan Zhu
2017-08-03Minor update to the DocsYan Zhu
2017-08-03Update the Docs HTML structureYan Zhu
2017-08-03Add form-checkbox, radio and switch validation stylesYan Zhu
2017-08-02Update Docs experienceYan Zhu
2017-07-19New Docs experienceYan Zhu
2017-07-01Add Buttons and Forms variablesYan Zhu
2017-07-01IMPORTANT: Replace all rem units to pxYan Zhu