Browse Source

Fix links in src/

pull/1785/head
jlukic 9 years ago
parent
commit
5ee82cc4e0
2 changed files with 2 additions and 2 deletions
  1. 2
      src/definitions/globals/reset.less
  2. 2
      src/definitions/globals/site.less

2
src/definitions/globals/reset.less

@ -15,7 +15,7 @@
.reset() {
@type : 'element';
@type : 'global';
@element : 'reset';
@import '../../theme.config';

2
src/definitions/globals/site.less

@ -16,7 +16,7 @@
.site() {
@type : 'element';
@type : 'global';
@element : 'site';
@import '../../theme.config';

Loading…
Cancel
Save