Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/angular/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Twitter bootstrap 如何使用ng2引导将边界半径设置为0_Twitter Bootstrap_Angular_Ng2 Bootstrap - Fatal编程技术网

Twitter bootstrap 如何使用ng2引导将边界半径设置为0

Twitter bootstrap 如何使用ng2引导将边界半径设置为0,twitter-bootstrap,angular,ng2-bootstrap,Twitter Bootstrap,Angular,Ng2 Bootstrap,我试图在Bootstrap3中全局删除所有边界半径。我已经查看了其他线程,但在以下情况下,我不会删除边界半径: @介质(最小宽度:768px)。我已进入变量.less并更改: @border-radius-base: 0px; @border-radius-large: 0px; @border-radius-small: 0px; 但是它仍然不起作用,我还缺少什么?你在应用程序中使用了较少或SCS吗?变量。较少仅起作用如果你使用较少,如果你仅使用css

我试图在Bootstrap3中全局删除所有边界半径。我已经查看了其他线程,但在以下情况下,我不会删除边界半径: @介质(最小宽度:768px)。我已进入变量.less并更改:

@border-radius-base:        0px;
@border-radius-large:       0px;
@border-radius-small:       0px; 

但是它仍然不起作用,我还缺少什么?

你在应用程序中使用了较少或SCS吗?变量。较少仅起作用如果你使用较少,如果你仅使用css则不起作用