Project

General

Profile

Download (298 Bytes) Statistics
| Branch: | Tag: | Revision:
1
@import "addons.scss";
2
@import "edit.scss";
3

    
4
/* This file prefixes all rules with the theme name to avoid causing conflicts with other themes. */
5
/* The actual styles should be defined in mytheme.scss */
6
.edit {
7
  @include addons;
8

    
9
  // Include mytheme theme styles in your theme
10
  @include edit;
11
}
(4-4/4)