Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Flask or Django?
#11
(Jul-05-2019, 11:27 AM)Truman Wrote: Alright, so I should copy the code from the documentation, not from github.

CSS frameworks are normally written in SASS (or something similar), not css. (https://sass-lang.com/) You can't actually use sass directly in a webpage, it has to be compiled into css. This is something a lot of javascript libraries do as well. They're broken down into different modules based on functionality, but then compiled into a single minified file that you'd actually use. For that reason, looking through the source to learn how to use it, isn't very helpful most of the time (unless you were looking for a specific functionality, to see why it does what it does).
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Flask or Django: Which Framework Support Database? ankitdixit 2 1,098 Jun-02-2022, 06:11 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020