-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path_elsass.scss
More file actions
21 lines (19 loc) · 966 Bytes
/
_elsass.scss
File metadata and controls
21 lines (19 loc) · 966 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Copyright (c) 2016-2017 Nicolas Morand (https://twitter.com/NicolasGraph)
// Distributed under the MIT licence (https://opensource.org/licenses/MIT).
// ------------------------------------------------------------------------
// THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND,
// EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
// OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
// IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
// DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
// TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
// OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
@import 'settings/_settings';
@import 'core/_globals';
@import 'core/_lib';
@import 'core/_functions';
@import 'core/_mixins';
@import 'core/parsers/_media';
@import 'core/parsers/_width';
@import 'core/parsers/_gutter';
@import 'core/parsers/_offset';