Open ruesato opened 11 years ago
everything in the index.html file should be included for all template views. currently, it just points to main.css, which according to the Gruntfile.js,is the concatenated version of any style sheet (.css, .scss, *.sass) in the styles directory (i think).
cool thanks. will look into it a bit more... responsives not working right now.
@ruesato i fixed the responsive styles. just had to import the bootstrap responsive in the main.scss. i also added our own responsive (_main_responsive.scss) file. i use that to handle some of the fixed navbar stuff.
Fine tuning now. Responsive styles should be ready within a day.
responsives not working
@mikeyfujihara how do i tell which stylesheets are included in the templates?