diff options
author | Marvin Borner | 2019-02-17 16:26:46 +0100 |
---|---|---|
committer | Marvin Borner | 2019-02-17 16:26:46 +0100 |
commit | 8e282ad2fc493aad7eed6c2d1cadbbe9495b1d52 (patch) | |
tree | 33abfdda2234c92640196b6c155d9e640bf42676 /public/styles/main.sass | |
parent | ad3dcd204b4274f7315a9715383d99fb3edede21 (diff) |
Began implementing of autocompletion
Diffstat (limited to 'public/styles/main.sass')
-rw-r--r-- | public/styles/main.sass | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/public/styles/main.sass b/public/styles/main.sass index a6f0d2e..94bfe56 100644 --- a/public/styles/main.sass +++ b/public/styles/main.sass @@ -1,4 +1,12 @@ +/*! + / main.sass + / Copyright (c) 2019, Texx + / License: MIT + / See https://github.com/texxme/Texx/blob/master/LICENSE + / + // Normal input doesn't work here for npm packages! @import "../../node_modules/bulma/bulma" +@import "../../node_modules/jquery-ui-bundle/jquery-ui.min" @import "style" @import "pin" |