Skip to content

Instantly share code, notes, and snippets.

/* SIDEBAR */
.zivot_wrap .autor {
width: initial;
}
.zivot_wrap .vice {
display: none;
}
@pavelruzicka
pavelruzicka / index.html
Created February 4, 2018 12:04
Using Webpack to compile Sass
<!--
<script src="dist/bundle.js"></script>
-->
<link rel="stylesheet" href="dist/main.css">
<h1>Hello world!</h1>
// http://eslint.org/docs/user-guide/configuring
module.exports = {
root: true,
parser: 'babel-eslint',
parserOptions: {
sourceType: 'module'
},
env: {
browser: true,
@pavelruzicka
pavelruzicka / .htaccess
Last active July 5, 2017 22:47
WEDOS-friendly OctoberCMS .htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
##
## You may need to uncomment the following line for some hosting environments,
## if you have installed to a subdirectory, enter the name here also.
##
RewriteBase /