读知识>英语词典>sass翻译和用法

sass

英 [sæs]

美 [sæs]

n.  莽撞的行为; 粗鲁的话
v.  对…粗鲁地(或恶声恶气地)说话; 对…出言不逊

现在分词:sassing 过去式:sassed 第三人称单数:sasses 过去分词:sassed 

COCA.28388

牛津词典

    noun

    • 莽撞的行为;粗鲁的话
      behaviour or talk that is rude and lacking respect

      verb

      • 对…粗鲁地(或恶声恶气地)说话;对…出言不逊
        to speak to sb in a rude way, without respect
        1. Don't sass your mother!
          跟你母亲说话别大呼小叫的!

      英英释义

      noun

      verb

      • answer back in an impudent or insolent manner
        1. don't sass me!
        2. The teacher punished the students who were sassing all morning

      双语例句

      • Understanding Sass principles is your key to faster, more efficient CSS development.
        了解Sass准则是确保您更快、更高效地进行CSS开发的关键所在。
      • This article provided an introduction to several concepts that can help you successfully implement Sass on your website.
        本文介绍了一些有助于在您的网站中成功实现Sass的概念。
      • The first step is to install Sass through its Ruby components.
        您要做的第一步是通过Ruby组件安装Sass。
      • You can also use Sass to monitor an entire directory by using the command in Listing 3.
        您还可以通过清单3中的命令,使用Sass监视整个目录。
      • Compass is an open source CSS authoring framework that uses the Sass stylesheet language.
        Compass是一种开放源码CSS创作框架,它使用了Sass样式表语言。
      • Variables:@ name in LESS or! name in Sass are variables.
        变量:LESS中的@name和Sass中的!name都是变量。
      • The code from Listing 1 is valid CSS and is also valid Sass.
        清单1中的代码是有效的CSS,因此也是有效的Sass代码。
      • Sass is not the only CSS preprocessor on the Internet.
        Sass并非Internet上的惟一CSS预处理程序。
      • Sass supports strings concatenation and variables interpolation.
        Sass支持字符串联接和变量插值。
      • For Sass to automatically monitor your file, run the command in Listing 2 in your command-line application.
        要使Sass自动监视您的文件,请在命令行应用程序中运行清单2所示的命令。