From 8e282ad2fc493aad7eed6c2d1cadbbe9495b1d52 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 17 Feb 2019 16:26:46 +0100 Subject: Began implementing of autocompletion --- public/styles/main.sass | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'public/styles') 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" -- cgit v1.2.3