Diese Webseite funktioniert besser mit JavaScript.
Startseite
Hilfe
Anmelden
ben
/
bitshift
Mirror von
https://github.com/earwig/bitshift
Beobachten
1
Favorisieren
1
Fork
0
Code
Releases
1
Aktivität
A semantic search engine for source code
https://bitshift.benkurtovic.com/
Du kannst nicht mehr als 25 Themen auswählen
Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
18
Commits
2
Branches
16 MiB
Struktur:
ef9c0609fe
develop
master
v1.0
Branches
Tags
${ item.name }
Erstelle Branch
${ searchTerm }
von „ef9c0609fe“
${ noResults }
bitshift
/
static
/
sass
/
main.sass
main.sass
74 B
Originalformat
Normale Ansicht
Verlauf
Add assets/config module, SASS files, templates. Add: bitshift/assets.py -add module that contains functions to be called from inside the templates/ Jinja HTML files -- currently contains tag(), which generates an HTML asset tag based on a filename. bitshift/config.py -add Flask configuration module. static/(sass/main.sass, css/main.css) -create isolated directory for SASS files; compiled CSS files will be stored in static/css. static/css/_mixins.sass -add SASS partial to contain mixins (globally relevant to the project's styling). templates/layout.html -add various metadata.
vor 10 Jahren
1
2
3
4
5
6
7
/*
Global project stylesheet.
*/
// placeholder
p
font-size: 1.5em