|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/learn-sass-advanced-css3-from-scratch/
课程评论:没有评论
课程名称:从零开始学习 Sass(高级 CSS3) 课程概述:Sass(语法上很棒的样式表)是一种 CSS 预处理器,允许编写更易维护和更简洁的 CSS。Sass 为开发者提供了强大的 CSS 特性,拥有如下一些功能:编写和定义变量、通过嵌套规则实现清晰的继承、将混入(Mixins)作为可重用对象、利用运算符(+、-、*、/)和函数进行数学运算。此外,Sass 还得到了众多开发者社区的持续支持,以保持其技术的领先性。 为什么使用 Sass?虽然 CSS 是一种优秀的语言,但它也存在一些限制。例如,如果在样式表中多次使用同一颜色代码,则在更新设计时需要逐一编辑,非常繁琐。Sass 是一个可靠、稳定且强大的专业级 CSS 扩展语言,已被选为首选的 CSS 扩展语言。 使用 Sass 的优势包括:减少代码和重复,节省时间;样式表格式化得更加美观,代码更具动态性;通过特性将 CSS 拆分到多个文件,使逻辑更清晰。每一位网页开发者或前端 UI 工程师都应该使用预处理语言来替代传统的 CSS。 在本课程中,你将发现 Sass 的强大,并学习如何将你的 CSS 提升到更高的水平。通过多个示范和实例,你将感受到预处理器语言的威力。本课程的目标是帮助你创建更智能、更干净的样式表,减少代码量,保持代码的 DRY(不要重复自己)和组织性。
Sass (Syntactically awesome stylesheets) is a CSS preprocessor.Sass allows to write more maintainable and more concised CSSSass allows to use great CSS features with superpowers.Some features include:Writing and defining VariablesClear inheritance with Nested RulesUsing Mixins as re-usable objectsDoing maths with the operators (+, -, *, /) and functionsAnd, it is actively supported by a large community of developers to stay ahead.Why use SASS ?While CSS is a great language, it has some limitations.For example, if you have a color code used multiple times in your stylesheet, you need to edit this one multiple times to update your design. Very tedious process!Sass is the most reliable, stable, and powerful professional grade CSS extension language. It has been chosen as the premier CSS extension language.Sass is great for the following reasons.:Less code and repetition - allows to cut down one code and save timeThe stylesheet are formatted nicely with a more dynamic codeIt makes logical sense to break out CSS into multiple files with the featureEvery web developer or front-end UI engineer should use a pre-processor language over traditional CSSIn SASS (Advanced CSS3) Course, you will discover the power of Sass and learn to take your CSS to the next level. With several demonstrations and examples. you will see the power of the pre-processor language.=> The objectives of this course is to help youcreate smarter and cleaner stylesheets,cut down on code,keep your code DRY (Don't Repeat Yourself) and organized.