Use scss
This commit is contained in:
		
							parent
							
								
									f98cbc931f
								
							
						
					
					
						commit
						8b4e60faef
					
				| 
						 | 
					@ -15,4 +15,8 @@ a.is-disabled {
 | 
				
			||||||
  pointer-events: none;
 | 
					  pointer-events: none;
 | 
				
			||||||
  cursor: default;
 | 
					  cursor: default;
 | 
				
			||||||
  opacity: 0.5;
 | 
					  opacity: 0.5;
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					$footer-padding: 3rem 1.5rem;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					@import "/node_modules/bulma/bulma.sass";
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,4 @@
 | 
				
			||||||
import "./app.css";
 | 
					import "./app.scss";
 | 
				
			||||||
import "../node_modules/bulma/";
 | 
					 | 
				
			||||||
import App from "./App.svelte";
 | 
					import App from "./App.svelte";
 | 
				
			||||||
 | 
					
 | 
				
			||||||
const app = new App({
 | 
					const app = new App({
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue